jade.content
Class Equals

java.lang.Object
  |
  +--jade.content.Equals

public class Equals
extends java.lang.Object
implements Proposition

Author:
Federico Bergenti - Universita` di Parma

Constructor Summary
Equals()
          Constructor
 
Method Summary
 Concept getConcept()
          Retrieves the described concept.
 IRE getIRE()
          Retrieves the IRE that descripes the object.
 void setConcept(Concept concept)
          Sets the described concept.
 void setIRE(IRE ire)
          Sets the IRE that describes the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Equals

public Equals()
Constructor
Method Detail

setIRE

public void setIRE(IRE ire)
Sets the IRE that describes the object.
Parameters:
ire - the describing IRE.

getIRE

public IRE getIRE()
Retrieves the IRE that descripes the object.
Returns:
the describing IRE.

setConcept

public void setConcept(Concept concept)
Sets the described concept.
Parameters:
concept - the described concept.

getConcept

public Concept getConcept()
Retrieves the described concept.
Returns:
the described concept.